HoneyBee / Starry*Sky Script tool
---------------------------------

This is a program to extract and replace scripts and other files from Honey Bee games.

Extracting Text
---------------
Pick the file to extract from (Rio.arc)
Pick a path to extract to.
Make sure "Extract All Codes" is not checked, and "Japanese Text Only" is checked.
Click the Extract button.

Then extract the other script file (Rio+.arc) as well, you can even extract it to the same directory.

Editing Text
-------------------------------
Text encoding is SHIFT-JIS, with CRLF line ends.  MadEdit is a nice text editor if you want to use that.
Blank lines and lines beginning with comments # are ignored, so you can freely add blank lines and comments.  But don't add anything else.
Use \n to force a line break.
Lines are automatically wrapped at 66 characters by the script insertion tool.
Do not add or remove lines of text, and do not blank lines out. 
Do not remove the %K%P tags.

!!!!!!!!!!
Important: Do NOT use character names more than 14 characters long, otherwise the game crashes!
!!!!!!!!!!

Replacing Text
--------------
Pick the file to re-insert text into, use "Rio+.arc" since it overrides the other file.
Pick the path containing the changed files (Same directory as before)
Make sure exact same checkboxes are checked as they were before when you extracted the text.
Click the Replace button.
Don't try to extract the text again from an altered file, because you've been editing the Japanese text, it's no longer Japanese, and will disappear.

Do not add new files into the directory, otherwise they will end up in the .ARC file.


Extracting Sounds/Images
------------------------
Pick a file containing images, you can extract and replace the contents as well.  Sounds are standard .OGG files, and images are standard .PNG files.

Revision History
----------------
Revision 4: No longer rejects halfwidth katakana for brackets and commas.
Revision 3: Making ARC files actually works correctly now, bug fixed.
Revision 2: Supports absolute jumps (Starry Sky After Spring uses one of these!)
Revision 1: Initial release

